buzzerGpio

@get:JvmName(name = "getBuzzerGpio")
@set:JvmName(name = "setBuzzerGpio")
var buzzerGpio: Int
For boards without a PWM buzzer, this is the pin number that will be used
Defaults to PIN_BUZZER if defined.

uint32 buzzer_gpio = 5;